home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / drivers / asus / cmd646 / cmd646.arj / NETWARE.4X / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-06-26  |  414b  |  19 lines

  1. @echo off
  2. if not j%1==j goto doit
  3. :usage
  4. echo Usage:  install s:
  5. echo where:  s: = floppy drive containing CMD driver disk,
  6. echo              either a: or b:
  7. echo Example:  install a:    - installs from floppy drive a:
  8. goto bye
  9.  
  10. :doit
  11. if not exist c:\quickcmd\readme mkdir c:\quickcmd
  12. if not exist %1\readme goto usage
  13.  
  14. copy %1\readme c:\quickcmd
  15. copy %1\netware.4x\readme.nw4 c:\quickcmd
  16.  
  17. :bye
  18.  
  19.